From: Glenn Morris Date: Tue, 20 Apr 2010 07:37:20 +0000 (-0700) Subject: * minibuffer.el (completion-at-point): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~19^2~34 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5dfeaf6a5151cafc50ccb3f7f11564edbfedbc14;p=emacs.git * minibuffer.el (completion-at-point): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cc0349bf605..2c23b5b70c0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-04-20 Glenn Morris + + * minibuffer.el (completion-at-point): Doc fix. + 2010-04-18 Chong Yidong * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 9c252134692..93a222053f6 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -1163,7 +1163,9 @@ Currently supported properties are: `:annotation-function' the value to use for `completion-annotate-function'.") (defun completion-at-point () - "Complete the thing at point according to local mode." + "Complete the thing at point according to local mode. +This runs the hook `completion-at-point-functions' until a member returns +non-nil." (interactive) (let ((res (run-hook-with-args-until-success 'completion-at-point-functions)))